Object

ApiKeyAuthenticationInput

The API Key authentication scheme.

Fields

label(): String!
The unique authentication scheme label.
api_key_destination(): ApiAuthenticationTokenDestination!
The API Key authentication scheme destination (for example: HEADER, QUERY, COOKIE).
parameter_name(): String!
The API Key authentication scheme parameter name (for example: API_KEY_NAME, apiKeyName).
key(): String
The API Key authentication scheme key.